+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                                                 +
+                 :  All-the-vb                       +
+                                                                   + 
+                For vBulletin 3.X.X                         +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ,
       
All-the-vb .

   :
  
 



  :
   
   
    
:
[        ] 


   .

  : 




  :

1.   functions_bbcodeparse.php
  :
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

 // standard URL hyperlink
		return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  :
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        //guest not show the link by all-the-vb (start)
  if ($bbuserinfo['userid']==0) {
return '<font color="#FF0000">
[        ]</font>';
}else{
        // standard URL hyperlink
		return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
}
// guest not show the link by all-the-vb  (end)
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 :
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
global $wysiwygparse;
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 :
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
global $bbuserinfo,$wysiwygparse;
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

###################&     &########################
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
               -+ All-the-vb +-  